home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000232_news@newsmaster….columbia.edu _Tue Aug 26 11:09:02 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA24907
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 26 Aug 1997 11:09:02 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA23077
  7.     for kermit.misc@watsun; Tue, 26 Aug 1997 11:09:01 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Problem with Kermit under AIX
  12. Date: 26 Aug 1997 15:09:01 GMT
  13. Organization: Columbia University
  14. Lines: 13
  15. Message-ID: <5turid$i03$1@apakabar.cc.columbia.edu>
  16. References: <3401ECBA.5DA34A95@sirvys.com> <5tsrev$fiu$1@apakabar.cc.columbia.edu> <3402DA3B.4C4F3A3@sirvys.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7548
  19.  
  20. In article <3402DA3B.4C4F3A3@sirvys.com>, Mike Dyck  <mdyck@sirvys.com> wrote:
  21. : Sorry, it's version it's AIX 4.1, but I
  22. : think they changed the lock files in 4 because
  23. : there is not /etc/locks/tty* files just LCK..*.
  24. Maybe the other program that has the device open is
  25. using a system call -- in addition to the lockfile --
  26. to lock the device, which causes the open() to fail.
  27. What is the precise message you are getting from
  28. C-Kermit when you try to open the device after deleting
  29. the lockfile?
  30.  
  31. - Frank